home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / CRS / crs59.d81 / rolodex.arc / ROLEDEX.DOC (.txt) next >
GEOS ConVerT  |  2009-10-10  |  2KB  |  24 lines

  1. Roledex.DOC
  2. PRG formatted GEOS file V1.0
  3. Super NX-1000
  4. GB Draw
  5. BLASTER'S CONVERTER V2.5
  6. Animation
  7. Rolodex
  8. Write Image V1.1
  9. Red Storm
  10. geoWrite    V1.1
  11. This is a short file that's explains how to use Roledex.
  12. @ROLEDEX DOCUMENTATION
  13. Roledex is a small database designed to teach data file handling concepts for geoBasic programmers. For technical notes on the program see the file 'Roledex.REM'.
  14. The operation of Roledex is fairly simple.  All of the records are sorted on the NAME field.  In the editing box there are five icons.  They are (from left to right):
  15. PREVIOUS - Moves to the previous record if there is one.
  16. GOTO - Move to an absolute record. You will be prompted for the record number that you wish to move to.
  17. ERASE - Deletes the current record.  You will be asked one last time if you are sure that you wish to erase the record.  If you say yes the record is deleted and can 
  18.  be recovered!
  19. SEARCH - Searches the Roledex for a particular name.  You will be prompted for the name.  If the name entered can't be located the closest match available will be displayed.  When doing a search remember that case is significant - William is 
  20.  the same as WILLIAM!
  21. NEXT - Moves to the next record, if there is one.
  22. To create a new record use GOTO to move to an unused record.  To enter text into the record simply click the mouse on the appropriate box.  When you are finished simply click on one of the movement icons or select UPDATE from the menu.  The new record will be inserted into it's proper place automatically.
  23. If you are modifying a record and decide that you do not wish to make changes simply click on the RECOVER menu option.  This will restore the current record.  Note that if you move to a different record the changes you have made to the current record are saved to the disk. 
  24.